Description
Get children blobs' digests and filename to start download from a document(s).
Operation id | Aspera.GetChildrenBlobs |
Category | Aspera |
Label | Get Children Blobs |
Requires | |
Since | |
Parameters
Signature
Inputs | document |
Outputs | blob |
Implementation Information
JSON Definition
{
"id" : "Aspera.GetChildrenBlobs",
"label" : "Get Children Blobs",
"category" : "Aspera",
"requires" : null,
"description" : "Get children blobs' digests and filename to start download from a document(s).",
"url" : "Aspera.GetChildrenBlobs",
"signature" : [ "document", "blob" ],
"params" : [ {
"name" : "childrenType",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "folderId",
"description" : null,
"type" : "document",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "xpath",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}